home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pesquisa Dirigida
/
Pesquisa Dirigida.iso
/
JOGOS
/
frogger.swf
/
scripts
/
DefineButton2_157
/
BUTTONCONDACTION on(keyPress Left).as
Wrap
Text File
|
2005-01-07
|
289b
|
13 lines
on(keyPress "<Left>"){
setProperty("/frosch", _X, getProperty("/frosch", _X) - "17");
x_value = getProperty("/frosch", _X);
y_value = getProperty("/frosch", _Y);
tellTarget("/frosch")
{
gotoAndStop("links");
play();
}
nextFrame();
play();
}